home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / basic / ivb9202.zip / FRMPROCE.FRM (.txt) < prev    next >
Visual Basic Form  |  1992-01-16  |  2KB  |  48 lines

  1. frmProcessHelp
  2. Process Help File Text
  3. Form1
  4. Label1
  5. Enter name of file to process:
  6. txtFileProc
  7. Label2
  8. Enter name of index file:
  9. txtFileOut
  10. Label3
  11. Records processed:
  12. txtProgress
  13. cmdProcessFile
  14. ProcessFile
  15. cmdEndProgram
  16. End Program
  17.     LastBegin
  18. SearchString    
  19. First
  20. LOCATE
  21. cmdProcessFile_Click
  22. txtFileProc1
  23. txtFileOut
  24. FileProcNbr
  25. FileOutNbr
  26. LenSearchText
  27. FileOut
  28. txtProgress
  29. Form_Click
  30. cmdEndProgram_Click
  31.     Form_Load
  32. txtFileProc_Change
  33. cmdProcessFile_Click
  34. <Topic
  35. Change this for the marker
  36.   in your help fileo
  37.  Use to calculate record sizeh
  38.  First time through the loop is True
  39.  Counter for progress text field
  40. Get a possible help marker
  41. If it's a marker then process
  42. Update progress indicatorc
  43. Can't calculate length
  44.  until second record
  45. Reset for next recordl
  46. Write last one out
  47. cmdEndProgram_Click
  48.